Signed-off-by: Keir Fraser <keir@xensource.com>
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.16-rc2-xenU
-# Fri Feb 3 16:57:27 2006
+# Mon Feb 6 13:25:40 2006
#
CONFIG_X86_32=y
CONFIG_SEMAPHORE_SLEEPERS=y
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
+CONFIG_UNIX98_PTYS=y
+CONFIG_LEGACY_PTYS=y
+CONFIG_LEGACY_PTY_COUNT=256
#
# SN Devices
# Wan interfaces
#
# CONFIG_WAN is not set
+CONFIG_UNIX98_PTYS=y
+CONFIG_LEGACY_PTYS=y
+CONFIG_LEGACY_PTY_COUNT=256
#
# ATM drivers
source "drivers/infiniband/Kconfig"
endif
+if XEN && !XEN_PHYSDEV_ACCESS
+# Gross hack. Fix later by allowing unprivileged guest to include
+# char/Kconfig without breaking the build.
+config UNIX98_PTYS
+ bool
+ default y
+config LEGACY_PTYS
+ bool
+ default y
+config LEGACY_PTY_COUNT
+ int
+ default "256"
+endif
+
source "drivers/sn/Kconfig"
source "drivers/edac/Kconfig"